runtime.mheap.specialCleanupAlloc (field)

5 uses

	runtime (current package)
		mcleanup.go#L202: 	mheap_.specialCleanupAlloc.free(unsafe.Pointer(found))
		mheap.go#L219: 	specialCleanupAlloc        fixalloc // allocator for specialCleanup*
		mheap.go#L798: 	h.specialCleanupAlloc.init(unsafe.Sizeof(specialCleanup{}), nil, nil, &memstats.other_sys)
		mheap.go#L2217: 	s := (*specialCleanup)(mheap_.specialCleanupAlloc.alloc())
		mheap.go#L2839: 		mheap_.specialCleanupAlloc.free(unsafe.Pointer(sc))